home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / rawkey-0.2 / rawkey-0 / rawkey / ChangeLog next >
Encoding:
Text File  |  1994-10-23  |  648 b   |  17 lines

  1. Sun Oct 23 19:56:43 1994  Russell Marks  (rus@lifeson)
  2.  
  3.     * Added vt switching stuff. You need to specify two functions, one
  4.     for 'undrawing' your screen (i.e. returning to text mode) and one
  5.     for 'redrawing' it (if your program refreshes all the time, you
  6.     can just switch back to graphics mode). You then need to enable vt
  7.     switching, which is then checked for whenever you use
  8.     scan_keyboard(). Your program will pause whenever another console
  9.     is switched to.
  10.  
  11.     * Bugfix: disable ctrl-c (this meant that pressing the '2' key
  12.     would cause bad things to happen) and similar keys. In other
  13.     words, turn off ISIG and ICANON.
  14.  
  15.     * Started changelog.
  16.  
  17.